5.4 to do

New Variables
Local gtemp_realms = {}
Local census_startup_realm = "" 

At start of Census run identify census_startup_realm
   create gtemp_realms if we don't have info from blizzard with each run
 		g_Temp_VRealms = nil;
		g_Temp_VRealms = {};
		table.insert(g_Temp_VRealms, GetRealmName());
  
   
   each /who query
     verify player is on same virtual realm as startup, if pulled to coalesced realm stop census.
     for each return do
        get separate name from realm
          process name in realm branch as if sighting data
          process guild if member get guild's realm  add guildRealm to stored data per character
		  
     doend
    eachend

at end of census run process gtemp_realms for each realm found in virtual set.
and save TimesPlus line for each realm in connected set

report realms processed and totals new and seen/updated.	

censusplus window
  Display member realms as found??
  guild display needs to be limited to only member guilds of connected set... no only single realm
  of connected set.. need to add realm selector to guild keys... sigh
  